/-app
/-app/appRoot
/-app/koBindingHandlers
/-app/moreDialog
body.css
flyout-branding.css
flyout.css
loading.css
loading.ts
start.ts
status.css
tree-and-bar.css
tree-details.css
/-build
/-build/functions
appPageModel.ts
typescriptBuild.ts
processTemplate.ts
/-docs
/-files
/-imports
/-persistence
/-typescript
ExternalDocument.ts
ScriptDocumentSnapshot.ts
ScriptDocumentState.ts
TypeScriptService.ts
/-typings
codemirror.addons.d.ts
codemirror.d.ts
knockout.d.ts
typescriptServices.d.ts
websql.d.ts
zip.d.ts
errors.js
functions.ts
index.html
try.js
192
 
1
<!doctype html><html><head><title>Teapo - [teapo v0.5a]</title>
2
​
3
<style>###imports/codemirror/codemirror.css###</style>
4
<style>###imports/codemirror/show-hint.css###</style>
5
<style>###imports/codemirror/tern.css###</style>
6
​
7
​
8
<style>###app/body.css###</style>
9
<style>###app/flyout.css###</style>
10
<style>###app/flyout-branding.css###</style>
11
<style>###app/tree-and-bar.css###</style>
12
<style>###app/tree-details.css###</style>
13
<style>###app/status.css###</style>
14
​
15
<style>###files/FileTree.css###</style>
16
<style>###docs/types/text/CodeMirror-ext.css###</style>
17
<style>###app/moreDialog/style.css###</style>
18
​
19
<style>###docs/types/text/scrollerView/style.css###</style>
20
​
21
​
22
​
23
<style>###docs/types/text/ts/style.css###</style>
24
​
25
<style>###app/loading.css###</style>
26
​
27
​
28
</head>
29
<body
30
    data-bind="event: {keydown:keydown}">
31
​
32
<div id=teapo-loading-host>
33
  <div id=teapo-loading-title>
34
    Booting...
35
  </div>
36
  <div id=teapo-loading-progress>
37
  </div>
38
</div>
39
​
40
<script data-legit=teapo>try { ###functions.ts:build### } catch(bootError) { alert(bootError+' '+bootError.stack) }</script>
41
​
42
<script data-legit=teapo>try { teapo.app.loading('Page layout...'); } catch (err) { alert(err+' '+err.stack); }</script>
43
​
44
<div class=teapo-flyout-scroller
45
   data-bind="load: flyoutScroller = $element">
46
  <div class=teapo-flyout-scroller-bg>
47
​
48
    <div class=teapo-main-content
49
       data-bind="loadRaw: docHostRegions.content = $element"></div>
50
​
51
    <div class=teapo-flyout>
52
​
53
      <div class=teapo-thick-bar-host>
54
        <button class=teapo-more-button data-bind="click: moreClick"> ... </button>
55
        <div class=teapo-thick-bar-bg>
56
          <div class=teapo-thick-bar
57
               data-bind="event: { mousedown: thickbarMouseDown }, loadRaw: docHostRegions.scroller = $element">
58
          </div>
59
        </div>
60
      </div>
61
​
41:29 push(...items: string[]): number /** Appends new elements to an array, and returns the new length of the array. */